Remove some unused data
authorMatthias Clasen <mclasen@redhat.com>
Sun, 9 Aug 2015 21:39:14 +0000 (23:39 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 9 Aug 2015 21:39:14 +0000 (23:39 +0200)
gtk/gtkcalendar.c

index b4ef54307bede154060c6a4574a16e2775807081..894cd6b85aa8dc6511a5ac6d0c5a16be9bd174bb 100644 (file)
@@ -89,12 +89,6 @@ static const guint month_length[2][13] =
   { 0, 31, 29, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 }
 };
 
-static const guint days_in_months[2][14] =
-{
-  { 0, 0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334, 365 },
-  { 0, 0, 31, 60, 91, 121, 152, 182, 213, 244, 274, 305, 335, 366 }
-};
-
 static gboolean
 leap (guint year)
 {